home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / wwcp120.zip / WWPOLL.BAT < prev    next >
DOS Batch File  |  1992-03-31  |  148b  |  8 lines

  1. WWSMAIL
  2. IF ERRORLEVEL == 1 GOTO END
  3. WWCICO -d
  4. REM don't bother calling wwrmail if there's no packet
  5. IF ERRORLEVEL == 1 GOTO END
  6. WWRMAIL
  7. :END
  8.